home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / mit / bsd / host.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-17  |  319 b   |  17 lines

  1. #ifndef        _HOST_H_
  2. #define        _HOST_H_
  3.  
  4. /*
  5.  *    $Header: host.h,v 3.0 91/05/17 16:14:27 jrd Rel $
  6.  *    Author: J. Davin
  7.  *    Copyright 1988, 1989, Massachusetts Institute of Technology
  8.  *    See permission and disclaimer notice in file "notice.h"
  9.  */
  10.  
  11. #include    <notice.h>
  12.  
  13. long    hostAddress ();
  14. int    hostString ();
  15.  
  16. #endif        _HOST_H_
  17.